home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / gcc / libnix.lha / gnu / lib / libnix / sources.lha / math / trans / tan.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-15  |  108 b   |  7 lines

  1. #ifdef __GNUC__
  2. #include <inline/mathieeedoubtrans.h>
  3. #endif
  4.  
  5. double tan(double x)
  6. { return IEEEDPTan(x); }
  7.